home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / spn.lang < prev    next >
Text File  |  2004-09-06  |  1KB  |  38 lines

  1. # SPIN SQL language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 28.06.20.03
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages
  10. # See README in the highlight directory for details
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18.  
  19. $KW_LIST(kwa)=assert init priority proctype provided active break do else empty
  20. enabled eval fi full goto if inline len nempty nfull od of printf run skip
  21. timeout xr xs unless _last _pid cond_expr false np_ pc_value STDIN true accept
  22. end progress atomic d_step hidden ltl never notrace trace show
  23.  
  24.  
  25. $KW_LIST(kwb)=bit bool byte chan int local mtype short typedef unsigned
  26.  
  27. $STRINGDELIMITERS="
  28.  
  29. $ESCCHAR=\
  30.  
  31. $ML_COMMENT=/* */
  32.  
  33. $IGNORECASE=true
  34.  
  35. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / * %  + -
  36.  
  37.  
  38.